evalSafe
Evaluates an expression with a fallback. Will fail to fallback instead of throwing. This call is recommended over the 'raw' eval call
Return
Double - The result of the expression evaluation or the fallback if evaluation fails
Author
fzzyhmstrs
Since
0.2.0
Parameters
vars
Map
fallback
Double - fallback value in case eval() throws